@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
li{
  list-style-type: none;
}
img{
  height: 300px;
}
h2{
  margin: 0;
  padding-left: 10px;
  padding-top: 10px;
  border-left: solid 5px #C0C0C0;
}
a{
  text-decoration: none;
  margin-top: -60px;
}
body {
  margin: 0;
  padding: 0;
  height: 1500px;
  background: rgba(245, 245, 245, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.overlay{
  position: relative;
  z-index: 1;
}
h4{
  margin-top: 2px;
  margin-bottom: 5px;
}
.header {
  position: fixed;
  z-index: 20;
  height: 50px;
  width: 100%;
  background: #fff;
  line-height: 40px;
  border-bottom: solid 1px #C0C0C0;
  display: flex;
}
.irasuto img{
  height: 35px;
  margin-top: 6px;
  cursor: pointer;
  text-align: right;
}
.study-bunn h3{
 margin: 5px;
}
.study-bunn p{
 margin-top: 10px;
 padding-left: 7px;
}
.progress-container{
  width: 100%;
  max-width: 600px;
  padding-left: 10px;
  margin-top: -40px;
}
.progress-bar-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 7px;
    overflow: hidden;
    margin: 15px 0;
}
.progress-bar {
    height: 30px;
    line-height: 30px;
    background-color: #28a745;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 7px;
}
.haba{
  width: 770px;
  display:inline-flex;
  margin: auto;
  position: relative;
}
.daimei{
  line-height: 15px;
  width: 400px;
  position: absolute;
  left: 0;
  top: -20px;
}
.irasuto{
  width: 50px;
  margin: 0;
  position: absolute;
  right: 0;
  top: -20px;
}
.all{
  width: 770px;
  height: auto;
  display: block;
  margin: auto;
  background: rgba(245, 245, 245, 1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
  position: relative;
  z-index: 10; /* オーバーレイより上に表示 */
  padding-bottom: 230px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.top{
  padding-top: 60px;
  display: flex;
}
.hurigana{
  margin: 25px 0 0 0;
}
.topimg{
  height: 160px;
  border-radius: 10000px;
  padding: 30px;
  margin: 0 60px 0 60px;
}
.size{
  font-size: 0.5em;
  cursor: pointer;
}
.size2{
  font-size: 0.2em;
  padding-bottom: 5px;
}
#follow{
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  height: 30px;
  width: 85px;
  text-align: center;
  line-height: 23px;
  margin: 9px 5px 10px 20px;
  cursor: pointer;
  transition: 0.5s;
}
.aw{
  display: none;
}
.aw2{
  display: block !important;
}
#aw2{
  display: none;
}
#aw2 p{
  font-size: 13px;
  font-weight: 900;
  color: white;
  line-height: 15px
}
.kazari{
  color: #CCCCCC !important;
}
.irokaeru{
  background-color: #3399FF;
  transition: 0.5s;
}
.table{
  display: inline-flex;
}
.hito{
  background-color: white;
  border: solid 1px #C0C0C0;
  border-radius: 5px;
  width: 160px;
  height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
}
.pho{
  text-align: center;
  margin: 20px 0 10px 0;
}
.pho img{
  height: 80px;
  border-radius: 100px;
}
.moji{
  text-align: center;
}
.moji h4{
  margin: 0;
}
.id{
  font-weight: 300;
  font-size: 25px;
  margin: 0;
  margin-top: 35px;
  display: flex;
}
.id p{
  margin-bottom: 15px;
  margin-top: 10px;
  margin-right: 20px;
}
.followed{
  height: 35px;
  margin: 25px 5px 10px 20px;
  cursor: pointer;
}
.info{
  margin-top: 15px;
  font-weight: 700;
}
.navi{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 5px;
  border-top: solid 1px #C0C0C0;
  border-bottom: solid 1px #C0C0C0;
}
.navi-nakami{
  padding: 10px;
  border-radius: 10px;
}

.navi-nakami a {
  padding: 10px;
  border-radius: 7px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.5s, transform 2s;
}

/* カーソルを合わせた時に色が変わり、マウスカーソルが手のひらに変わる */
.navi-nakami a:hover {
  color: #007bff; /* 色変更（青色） */
  background-color: white;
  cursor: pointer; /* マウスカーソルが手のひらに変わる */
  transform: scale(1.1); /* 文字が少し大きくなる */
}

ul{
  padding: 0;
}
.intro{
  height: 50px;
  display: flex;
  margin-bottom: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: solid 2px #C0C0C0;
  background-color: #EEEEEE;
}

/*ryakureki*/

.rireki{
  height: 300px;
  display: flex;
  margin-bottom: 30px;
  padding-top: 70px;
  margin-top: -70px;
  margin-bottom: 30px;
}
.rireki-bunn{
  margin-left: 30px;
}
.rireki-bunn p{
  padding-left: 15px;
}
.study{
  height: 300px;
  display: flex;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.study-bunn{
  margin-left: 30px;
}


/*gyoseki*/
.gyoseki-bunn h3{
  margin: 0;
  padding-left: 10px;
  border-left: solid 5px #C0C0C0;
}
.gyoseki{
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.badge{
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.badge-secondary{
  color: #fff;
  background-color: #6c757d;
}
.gyoseki-bunn h3{
  margin: 0;
}
.gyoseki-bunn p{
  margin-top: 10px;
  margin-bottom: 5px;
}
.gyoseki-abst{
  border-bottom: solid 0.5px #C0C0C0;
}


/*ボタンをおして開く*/

.gyouseki-abst {
  margin-bottom: 20px;
}
.tyosha{
  width: 620px;
}
.trigger {
  cursor: pointer;
  font-weight: bold;
  color: #007BFF;
  display: flex;
  margin-bottom: 10px;
  margin-left: 625px;
  margin-top: -37px;
  width: 150px;
}
.trigger:hover {
  text-decoration: underline;
}
.trigger h3{
  margin: 0;
  margin-top: 4px;
}
.gyouseki-content {
  max-height: 0; /* 初期状態で非表示 */
  overflow: hidden;
  transition: max-height 1s ease, padding 1s ease; /* トランジションでゆっくり表示 */
  background-color: white;
  border-radius: 10px;
  padding: 0 10px; /* 初期状態ではパディングを0に */
}
.gyouseki-content.open {
  max-height: 600px; /* 表示時の高さ（必要に応じて調整） */
  padding: 10px; /* 表示時のパディング */
  margin-bottom: 10px;
}
.osusume{
  height: 20px;
  margin: 9px 10px 10px 5px;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  outline: none;
  transition: 0.5s;
}
/* 通常状態 */
#kaiten {
  transition: transform 0.5s ease; /* 回転アニメーションの設定 */
}

/* 回転時の状態 */
#kaiten.rotate {
  transform: rotate(180deg); /* 180度回転 */
}


.abst-img{
  display: block;
  float: right;
  margin-left: 20px;
}
.abst-img-YbPor{
  display: block;
  float: right;
  margin-left: 20px;
  height: 230px;
}
.abst-img-NCNPt{
  display: block;
  float: right;
  margin-left: 20px;
  height: 200px;
}
.abst-img-RTP-TADF{
  display: block;
  float: right;
  margin-left: 20px;
  height: 300px;
}
/*tokkyo*/

.tokkyo{
  margin-bottom: 30px;
  padding-top: 70px;
  margin-top: -70px;
  margin-bottom: 30px;
}

/*conference*/

.conference{
  display: flex;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.conference h2{
  margin-bottom: 10px;
  margin-top: 20px;
}
.conference-bunn h3{
  margin: 0;
}
.conference ol{
  margin: 0px;
}
.conference li{
  margin-left: 20px;
}
.conference-bunn p{
  margin-top: 5px;
  margin-left: 25px;
}
ol{
  padding: 0;
}

/*shumi*/

.shumi{
  padding-top: 0px;
}
.shumi-bunn{
  margin-left: 330px;
}
.shumi-bunn p{
  margin: 15px;
  font-family: cursive;
}
#shumi{
  pointer-events: none;
  position: relative;
  margin: 0;
}
#shumi > li{
  opacity: 0;
  position: absolute;
  transition: opacity 2s;
}
#shumi > li.now{
  opacity: 1;
}
.tra{
  color: black;
}
.footer{
  background-color: #f5f5f5;
  height: 180px;
  border-top: solid 1px #C0C0C0;
  padding-top: 20px;
  padding-left: 150px;
  z-index: -2;
}

#test{
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  height: 25px;
  width: 70px;
  text-align: center;
  line-height: 20px;
  margin: 15px 5px 0px 20px;
  cursor: pointer;
  transition: 0.5s;
}
